Merge "Use an example with working digit transformation"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 14 Mar 2016 09:54:30 +0000 (09:54 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 14 Mar 2016 09:54:30 +0000 (09:54 +0000)
languages/Language.php

index 6f404dd..a14a376 100644 (file)
@@ -3299,7 +3299,7 @@ class Language {
         * Normally we output all numbers in plain en_US style, that is
         * 293,291.235 for twohundredninetythreethousand-twohundredninetyone
         * point twohundredthirtyfive. However this is not suitable for all
-        * languages, some such as Punjabi want à©¨à©¯à©©,੨੯੫.੨੩੫ and others such as
+        * languages, some such as Bengali (bn) want à§¨,৯৩,২৯১.২৩৫ and others such as
         * Icelandic just want to use commas instead of dots, and dots instead
         * of commas like "293.291,235".
         *